home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Programming / tek / kn / elate / sock / getsockerrno.asm < prev    next >
Assembly Source File  |  2001-03-20  |  781b  |  29 lines

  1.  
  2.     .include 'taort'
  3.  
  4. ;=============================================================================
  5. ;-----------------------------------------------------------------------------
  6. ;    TEKlib
  7. ;    (C) 2001 TEK neoscientists
  8. ;    all rights reserved.
  9. ;
  10. ;    int getsockerrno(dummyp, dummydesc)
  11. ;
  12. ;-----------------------------------------------------------------------------
  13. ;=============================================================================
  14.  
  15.     tool 'lib/tek/kn/sock/getsockerrno',VP,TF_EMBED
  16.  
  17. ;-----------------------------------------------------------------------------
  18.  
  19.     ent    p0 p1 : i0
  20.  
  21.     cpy    [gp-$14],i0
  22.     ret
  23.  
  24.     toolend
  25.  
  26. ;-----------------------------------------------------------------------------
  27. ;=============================================================================
  28.